DevForce Help Reference
Add(IEnumerable<EntityKey>) Method


pk list
Adds the specified primamry key list to the QueryCache.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal keys As IEnumerable(Of EntityKey) _
) 
'Usage
 
Dim instance As QueryCache
Dim keys As IEnumerable(Of EntityKey)
 
instance.Add(keys)
public void Add( 
   IEnumerable<EntityKey> keys
)

Parameters

keys
pk list
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

QueryCache Class
QueryCache Members
Overload List

Send Feedback